home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000188_jaltman2@nyc.rr.com_Mon Apr 12 09:36:23 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!iad-feed.news.verio.net!peer1.stngva01.us.to.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newshosting.com!nx02.iad01.newshosting.com!167.206.3.103.MISMATCH!news3.optonline.net!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  2. Message-ID: <407A990B.3040105@nyc.rr.com>
  3. From: Jeffrey Altman <jaltman2@nyc.rr.com>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040316
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: FTP with Auth SSL
  9. References: <c5bv8301ck0@drn.newsguy.com> <GWfec.23377$Nn4.4630542@twister.nyc.rr.com> <c5clci0adl@drn.newsguy.com> <407A073D.7040004@nyc.rr.com> <c5d66301vto@drn.newsguy.com>
  10. In-Reply-To: <c5d66301vto@drn.newsguy.com>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 23
  14. Date: Mon, 12 Apr 2004 13:21:22 GMT
  15. NNTP-Posting-Host: 24.193.46.55
  16. X-Complaints-To: abuse@rr.com
  17. X-Trace: twister.nyc.rr.com 1081776082 24.193.46.55 (Mon, 12 Apr 2004 09:21:22 EDT)
  18. NNTP-Posting-Date: Mon, 12 Apr 2004 09:21:22 EDT
  19. Organization: Road Runner - NYC
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14901
  21.  
  22. Petri wrote:
  23. >>A firewall is dropping the connection after the initial client
  24. >>hello is sent.
  25. > There are no firewalls passed in the session above.
  26. > In fact, it is run against localhost.
  27. > If I instead use the local ftp client of redhat 9, it works.
  28. > If I connect with any ftp client (except kermit) from remote hosts, it works.
  29.  
  30.  
  31. Does the local ftp client support AUTH TLS or AUTH SSL?
  32.  
  33. Does the local ftp client default to PASSIVE mode?
  34.  
  35. Does the local ftp client encrypt the DATA channel?
  36.  
  37. Kermit is negotiating the command channel SSLv3 session just fine.
  38. When it attempts to negotiate the data channel SSLv3 session it sends
  39. a request to the server looking to reuse the existing session.  The
  40. SSLv3 client hello message is sent and the socket becomes invalid.
  41. The socket is being closed.  If this is not from a firewall, another
  42. possibility is that the ftpd is core dumping.